Builder

class Builder(context: Context, adRequest: AdRequest, appearance: FeedAdAppearance)

Class for creating new FeedAd object.

Parameters

context

The context through which can be accessible the current theme, resources, etc.

adRequest

Ad request with targeting information and custom parameters.

appearance

Feed ad appearance configuration.

Constructors

Link copied to clipboard
constructor(context: Context, adRequest: AdRequest, appearance: FeedAdAppearance)

Functions

Link copied to clipboard
fun build(): FeedAd

Constructs a FeedAd with specified configurations.